<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel-item {
    height: 40vh;
    /* max-height: 500px; */
    width: 100vw;


}

.d-block {
    height: 40vh;
    object-fit: cover;
    width: 100vw;

}

#defaulter {
    -webkit-columns: 315px 2;
    -moz-columns: 315px 2;
    columns: 315px 2;
}

/* @media (max-width: 768px) {
    #defaulter {
        column-count: 1;
    }
} */</pre></body></html>